1
'---------------------------------------------------------------------
2 ' This file is part of the Microsoft .NET Framework SDK Code Samples.
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
6 'This source code is intended only as a supplement to Microsoft
7 'Development Tools and/or on-line documentation. See these other
8 'materials for detailed information regarding Microsoft code samples.
10 'THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 'KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 'IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
14 '---------------------------------------------------------------------
17 Imports System
.Reflection
18 Imports System
.Runtime
.InteropServices
19 Imports System
.Runtime
.CompilerServices
20 Imports System
.Runtime
.ConstrainedExecution
21 Imports System
.Security
.Permissions
23 ' General Information about an assembly is controlled through the following
24 ' set of attributes. Change these attribute values to modify the information
25 ' associated with an assembly.
27 ' Review the values of the assembly attributes
29 <Assembly
: AssemblyTitle("NetStatTool")>
30 <Assembly
: AssemblyDescription("")>
31 <Assembly
: AssemblyCompany("")>
32 <Assembly
: AssemblyProduct("NetStatTool")>
33 <Assembly
: AssemblyCopyright("Copyright @ 2004")>
34 <Assembly
: AssemblyTrademark("")>
36 <Assembly
: ComVisible(False)>
38 'The following GUID is for the ID of the typelib if this project is exposed to COM
39 <Assembly
: Guid("916fbd96-4f42-437c-b8d8-3e69c84b039a")>
41 ' Version information for an assembly consists of the following four values:
48 ' You can specify all the values or you can default the Build and Revision Numbers
49 ' by using the '*' as shown below:
50 ' <Assembly: AssemblyVersion("1.0.*")>
52 <Assembly
: AssemblyVersion("1.0.0.0")>
53 <Assembly
: AssemblyFileVersion("1.0.0.0")>
55 <Assembly
: CLSCompliant(True)>
56 <Assembly
: PermissionSetAttribute(SecurityAction
.RequestMinimum
, Name
:="FullTrust")>